home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / pCD / Source / hpcdtoppm.0.3 / Makefile.use_ppm < prev    next >
Makefile  |  1992-12-14  |  282b  |  16 lines

  1. CC=    gcc
  2. COPTS=    -O -g
  3.  
  4.  
  5.  
  6. # if you get problems with compilation of "signed",
  7. # read the README.TOO and try something like -DsBYTE=char
  8.  
  9.  
  10.  
  11. hpcdtoppm: hpcdtoppm.o 
  12.     ${CC} -o hpcdtoppm hpcdtoppm.o -lm libppm.a libpgm.a libpbm.a
  13.  
  14. hpcdtoppm.o: hpcdtoppm.c
  15.     ${CC} ${COPTS}  -c hpcdtoppm.c
  16.